CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv vs2010

搜索资源列表

  1. FAST

    0下载:
  2. 基于FAST算法的特征点检测,基于opencv和vs2010-Based on the FAST algorithm of feature point detection, based on opencv and vs2010
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3409314
    • 提供者:cold
  1. CharacterDetect

    0下载:
  2. 在VS2010的环境中,基于OpenCV和console窗口完成的字符检查系统首先选择读取文字图片后,能对图片中的文字进行行检测和列检测。-In the VS2010 environment, based on the character of inspection system OpenCV and console window completed first choose to read text images, can text on the picture for detection a
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-31
    • 文件大小:13124550
    • 提供者:李乐鹏
  1. Bilateral

    0下载:
  2. 双边滤波 VS2010 + OpenCV 2.4.3-Bilateral Filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12907320
    • 提供者:毕自强
  1. Guided

    0下载:
  2. 引导滤波,VS2010 + OpenCV 2.4.3-Guided Image Filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12653292
    • 提供者:毕自强
  1. detect_face

    0下载:
  2. 用于人脸检测。 开发环境:vs2010+opencv。 /*运行这个程序在加载 xml 时需要做点修改,由于大家放 opencv 的位置都不一样,所以请同学们根据自己的情况改一下。-用于人脸检测。 开发环境:VS2010+ OPENCV。 /*运行这个程序在加载XML时需要做点修改,由于大家放OPENCV的位置都不一样,所以请同学们根据自己的情况改一下。
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1982
    • 提供者:冯泽
  1. Morphology

    0下载:
  2. 数字图像处理的形态学处理,响应菜单命令的腐蚀膨胀运算和开运算闭运算函数。 开发环境:vs2010+opencv。-Morphological processing digital image processing, response corrosion dilation of menu commands and open-op closing operation functions. Development Environment: vs2010+opencv.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:787
    • 提供者:冯泽
  1. Frequency-domain-filter

    0下载:
  2. 数字图像处理的频率域滤波器。 平滑图像和锐化图像。 开发环境:vs2010+opencv。-Frequency domain filter digital image processing. Image smoothing and sharpening images. Development environment: vs2010+ opencv.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2264
    • 提供者:冯泽
  1. Edge-Detection

    0下载:
  2. opencv实现基于Sobel算子、Canny算子和Laplace算子的图像边缘检测算法。 开发环境:vs2010+opencv。-opencv-based Sobel operator, Canny operator and Laplace operator image edge detection algorithm. Development environment: vs2010+ opencv.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1448
    • 提供者:冯泽
  1. imagestable

    0下载:
  2. 一个简单的基于图像灰度投影的电子稳像code,通过openCV在vs2010上实现-Based on a simple projection of the image gray electronic image stabilization code, by openCV implemented on vs2010
  3. 所属分类:OpenCV

    • 发布日期:2017-06-09
    • 文件大小:15950399
    • 提供者:王忠凯
  1. Sobel

    0下载:
  2. 基于opencv和vs2010的Sobel算法的实现,用于检测图像的边缘-Opencv and vs2010 achieve the Sobel algorithm for edge detection image
  3. 所属分类:OpenCV

    • 发布日期:2017-06-09
    • 文件大小:15517528
    • 提供者:周末
  1. testboost

    0下载:
  2. 该代码用于测试基于vs2010+opencv上添加库函数boost,测试是否加载成功的代码。-This code is used to test based on adding a library function vs2010+ opencv boost test whether load code of success.
  3. 所属分类:Console

    • 发布日期:2017-05-30
    • 文件大小:11834456
    • 提供者:zhaoyanxi
  1. testdlib

    0下载:
  2. 该代码用于测试基于vs2010+opencv上添加库函数vlfeat的测试是否加载成功的代码,如已完成vs2010和opencv的环境配置,直接双击testvlfeat.sln即可运行。-The code is used for adding a library function test based on vs2010+ opencv vlfeat test whether load code of success, such as completed vs2010 and opencv en
  3. 所属分类:OpenCV

    • 发布日期:2017-06-17
    • 文件大小:26782144
    • 提供者:zhaoyanxi
  1. Histogram1

    0下载:
  2. Salient区域检测,简单算法LC,学习博客(http://blog.csdn.net/laviewpbt/article/details/38357017)。图像直方图。RGB三通道颜色缩减。需要先配置opencv环境,vs2010,opencv2.4.9。配置教程(http://wiki.opencv.org.cn/index.php/VC_2010 E4 B8 8B E5 AE 89 E8 A3 85OpenCV2.4.4)-Salient detection
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:21604882
    • 提供者:Sibyl Dong
  1. TestSift_siftFeat

    0下载:
  2. 测试sift特征点,并且在图片中显示出来。直接在sift源码上修改的,将提取特征点部分和匹配部分分开了,这部分是提取特征点。在vs2010上可运行,需要配置opencv-Test sift feature points and displayed in the picture. On sift modified source code directly, the feature points are extracted portion and mating portion separated,
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4759552
    • 提供者:王小颖
  1. lenaTest

    0下载:
  2. Opencv 图像读取示例,配置好opencv运行环境,使用VS2010+opencv249,-imread(image)mfc OpencvTest
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-30
    • 文件大小:12518315
    • 提供者:msbullet
  1. MFC_DEMO3

    1下载:
  2. vs2010的基于opencv的利用mfc,在对话框显示一张图片,并检测图片火焰-vs2010 mfc opencv based use in the dialog box to display a picture, and the picture flame detection
  3. 所属分类:OpenCV

    • 发布日期:2015-10-30
    • 文件大小:21720064
    • 提供者:王杰庆
  1. camshift-CPP-

    0下载:
  2. opencv 与VS2010 实现动态障碍物的检测和跟踪 障碍物的检测为半自动的 -detection and tracking opencv obstacle detection and VS2010 achieve dynamic obstacles for semi-automatic
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:3851
    • 提供者:mike
  1. 1

    0下载:
  2. opencv在微软vs2010软件里的配置 主要是库文件的加载 包括一些可能出现的错误分析 帮助您尽快上手-Opencv2.4.8 in Microsoft vs2010 software configuration Mainly library file loading and some possible error analysis To help you successfully configured
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1437764
    • 提供者:四叶草
  1. facedetect

    0下载:
  2. 通过opencv和vs2010开发环境,从输入图像中识别出存在的人脸 可以识别出多个人脸-Through the opencv and vs2010 development environment, identify the existence of human face the input image can identify multiple faces
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-13
    • 文件大小:2758
    • 提供者:LZ
  1. multtrack

    0下载:
  2. 本代码是基于opencv的多目标跟踪,实验环境为vs2010+opencv1.0-The code is based on multi-target tracking opencv, experimental environment for vs2010+ opencv1.0
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:9111
    • 提供者:王扬
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »
搜珍网 www.dssz.com